@charset "utf-8";
/* CSS Document */

html{color:#000; font-family:"微软雅黑"; }
body {
    background: #fff url(../yx_images/body_bg.gif) repeat-x;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,image{border:0;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
img{border:0;}
tl{ text-align:left}
.clear { diplay: block!important; float: none!important; clear: both; overflow: hidden; width: auto!important; height: 0!important; margin: 0 auto!important; padding: 0!important; font-size: 0; line-height: 0; }
a {
    color: #333;
}
a { text-decoration: none;
}
a:hover { text-decoration: none;
}
em, i {
    font-style: normal;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time{margin: 0; padding: 0; display: block; zoom: 1;}

body, input, select, button, textarea {
    font-size: 14px;
    font-family: "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
    border: none;
    outline: none;
}

.box-shadow {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    /*右、下、距离、模糊程度、阴影颜色，内阴影*/
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}



/*边框*/
.bd_a{ border:1px #E5E5E5 solid;}
.bd_t{ border-top:1px #E5E5E5 solid;}
.bd_b{ border-bottom:1px #E5E5E5 solid;}
.bd_l{ border-left:1px #E5E5E5 solid;}
.bd_r{ border-right:1px #E5E5E5 solid;}
.ds_b{ border-bottom:1px #E5E5E5 dashed}
.cs{cursor: pointer}


/*文字排版*/
.f12{font-size:12px;}
.f13{font-size:13px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.fb{font-weight:bold}
.fn{font-weight:normal;}
.t2{text-indent:2em;}
.lh{ line-height:24px;}
.lh28{ line-height:28px;}
.lh100{line-height:100%;}
.lh150{line-height:150%;}
.lh180{line-height:180%;}
.lh200{line-height:200%;}
.unl{text-decoration:underline;}
.no_unl{text-decoration:none;}

/*定位*/
.ti{ text-indent:2em;}
.tl{text-align:left;}
.tc{text-align:center;}
.tr{text-align:right;}
.bc{margin-left:0;margin-right:0;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
.cb{clear:both;}
.cl{clear:left;}
.cr{clear:right;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.vm{vertical-align:middle;}
.pr{position:relative;}
.pa{position:absolute;}
.abs-right{position:absolute;right:0}
.zoom{zoom:1;}
.hidden{visibility:hidden;}
.none{display:none;}



/*长度高度*/
.ct{margin:0 auto;}
.h{height:100%}
.ov{ overflow:hidden;}
/*边距*/
.mm{margin:0 auto;}
.m5{margin:5px;}
.m10{margin:10px;}
.m15{margin:15px;}
.m20{margin:20px;}
.m30{margin:30px;}
.mt5{margin-top:5px;}
.mt8{margin-top:8px;}
.mt9{margin-top:9px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:25px;}
.mt35{margin-top:35px;}
.mt50{margin-top:50px;}
.mt100{margin-top:100px;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
.ml5{margin-left:5px;}
.ml8{margin-left:8px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml35{margin-left:35px;}
.ml50{margin-left:50px;}
.ml100{margin-left:100px;}
.mr5{margin-right:5px;}
.mr8{margin-right:8px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr17{margin-right:17px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr50{margin-right:50px;}
.mr100{margin-right:100px;}
.p5{padding:5px;}
.p10{padding:10px;}
.p15{padding:15px;}
.p20{padding:20px;}
.p30{padding:30px;}
.p50{padding:50px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pt100{padding-top:100px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb50{padding-bottom:50px;}
.pb100{padding-bottom:100px;}
.pl3{padding-left:3px;}
.pl5{padding-left:5px;}
.pl8{padding-left:8px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl25{padding-left:25px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl35{padding-left:35px;}
.pl50{padding-left:50px;}
.pl100{padding-left:100px;}
.pr5{padding-right:5px;}
.pr8{ padding-right:8px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr50{padding-right:50px;}
.pr100{padding-right:100px;}

/* 颜色 */

.text-white {
    color: #fff !important;
}

.text-gray {
    color: #bbb !important;
}

.text-red {
    color: #ff4c54 !important;
}

.text-orange {
    color: #f39c12 !important;
}

.text-yellow {
    color: #f1c40f !important;
}

.text-green {
    color: #36d2a5 !important;
}

.text-cyan {
    color: #4eccdb !important;
}

.text-blue {
    color: #1b80d2 !important;
}
.text-black {
    color: #000!important;
}

.text-purple {
    color: #9b59b6 !important;
}

.text-pink {
    color: #ff8aab !important;
}

.md-gray {
    background-color: #f5f5f5;
    color: #797979;
}

.md-red {
    background-color: #f41c20;
}

.md-orange {
    background-color: #f39c12;
}

.md-yellow {
    background-color: #f1c40f;
}

.md-green {
    background-color: #36d2a5;
}

.md-cyan {
    background-color: #4eccdb;
}

.md-blue {
    background-color: #1b80d2;
}

.md-purple {

    background-color: #9b59b6;
}

.md-pink {
    background-color: #ff8aab;
}

.md-lightblue {
    background-color: #e9f3fd;
}

.md-deepblue {
    background-color: #147;
}

.gd-gray {
    background: #ece9e6;
    background: -webkit-linear-gradient(60deg, #ece9e6, #f8f8f8);
    background: linear-gradient(60deg, #ece9e6, #f8f8f8);
}

.gd-red {
    background: #ee0979;
    background: -webkit-linear-gradient(60deg, #ee0979, #ff6a00);
    background: linear-gradient(60deg, #ee0979, #ff6a00);
}

.gd-orange {
    background: #ff5858;
    background: -webkit-linear-gradient(60deg, #ff5858, #fcab2a);
    background: linear-gradient(60deg, #ff5858, #fcab2a);
}

.gd-yellow {
    background: #ffcf83;
    background: -webkit-linear-gradient(60deg, #eaa02a, #ffcf83);
    background: linear-gradient(60deg, #eaa02a, #ffcf83);
}

.gd-green {
    background: #96deda;
    background: -webkit-linear-gradient(60deg, #50c9c3, #96deda);
    background: linear-gradient(60deg, #50c9c3, #96deda);
}

.gd-cyan {
    background: #36d1dc;
    background: -webkit-linear-gradient(60deg, #5b86e5, #36d1dc);
    background: linear-gradient(60deg, #5b86e5, #36d1dc);
}

.gd-blue {
    background: #00c6fb;
    background: -webkit-linear-gradient(60deg, #005bea, #00c6fb);
    background: linear-gradient(60deg, #005bea, #00c6fb);
}

.gd-purple {
    background: #834d9b;
    background: -webkit-linear-gradient(60deg, #834d9b, #d04ed6);
    background: linear-gradient(60deg, #834d9b, #d04ed6);
}

.gd-pink {
    background: #ff8aab;
    background: -webkit-linear-gradient(60deg, #fa647e, #ff8aab);
    background: linear-gradient(60deg, #fa647e, #ff8aab);
}

.gd-lightblue {
    background: #b2fefa;
    background: -webkit-linear-gradient(60deg, #0ed2f7, #b2fefa);
    background: linear-gradient(60deg, #0ed2f7, #b2fefa);
}

.gd-deepblue {
    background: #4b6cb7;
    background: -webkit-linear-gradient(60deg, #182848, #4b6cb7);
    background: linear-gradient(60deg, #182848, #4b6cb7);
}






/*头部底部*/


/*顶部*/

.new-head {
    height: 41px;
    border-bottom: 1px #e5e5e5 solid;
    /* background: #faf8f8; */
}

.top_area{ margin: auto;
    width: 1200px;
    clear: both;}
.m {
    margin: auto;
    width: 1200px;
    clear: both;
    overflow: hidden;
}
.phoneTip i,.headLeft01 i,.searchNav_Cont i,.searchBtn button i ,.f_school,.f_zy,.f_xx,.f_kc,.f_zt,.f_da,.f_gl,.f_cj,.title h2 i{
   
}


.nohidden{font-size: 14px;    height: 41px;
    line-height: 41px;
    color: #666;}

.headLeft li {
    color: #666;
    position: relative; float: left; margin-right: 10px;
    zoom: 1;
}
.headLeft li a {
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    min-width: 50px;
    text-align: center;
    position: relative;
    _padding: 0 14px;
    font-family: "Microsoft YaHei"; color: #666;
}

.headLeft01 i {
    background-position: -171px -6px;
    margin-left: 5px;
    right:-4px;
    top: 18px; width: 7px;
    height: 4px;
    position: absolute;
}

.phoneTip{ margin-left: 10px;}
.phoneTip i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-position: -6px -6px;
    vertical-align: -2px;
    margin-right: 8px;
}

.botHeader {
    width: 100%;
}

.head_main {
    width: 1200px;
    margin: 20px auto 5px;
    overflow: hidden;
}

.botHeader h1 {
    display: block;
    width: 260px;
    height: 66px;
    padding-top: 10px;
}


/*头部图标*/
.channel{margin-left: 20px;overflow: hidden;float: left;}
.channel li {
    float: left;
    padding: 0 20px;
}

.channel li a{display: block;margin: 0px auto;}
.channel a {
    float: left;
    height: 15px;
    line-height: 14px;
    padding-top: 60px;
    width: 56px;
    text-align: center;
} 
.channel a.head_icon {
   background: url("../image/head_icon.png") no-repeat; 
}

.channel a.head_icon1 {
    background: url("../image/head_icon1.png") no-repeat;
}
.channel a.head_icon2 {
    background: url("../image/head_icon2.png") no-repeat;
}
.channel a.head_icon3 {
    background: url("../image/head_icon3.png") no-repeat;
}
.channel a.head_icon4 {
    background: url("../image/head_icon4.png") no-repeat;
}
.channel a.head_icon5 {
    background: url("../image/head_icon5.png") no-repeat;
}




.botHeader .searchBox{border: 1px solid #e0e0e0;width: 238px;height: 34px;position: relative;/* margin-top: 26px; */background: #fff;border-radius: 20px;}
.botHeader .search_box_w{padding-right: 10px;}
.botHeader .searchBox:hover{box-shadow: 0 0 10px rgba(55, 69, 160, .2) ;}
.botHeader .searchBox .searchNav{position: absolute;top: 0;left: 0px;height: 34px;width: 62px;font-size: 14px;white-space: nowrap;text-align: center;cursor: pointer;}
.botHeader .searchBox .searchNav_Cont{line-height: 34px;}
.botHeader .searchBox .searchNav_Cont i{display: inline-block;width: 8px;height: 4px;background-position: -170px -6px;margin-left: 6px;vertical-align: 2px;}
.botHeader .searchBox .searchNav_TabBox{position: absolute;top: 34px;left: -1px;width: 100%;background-color: #fff;border-top: 0;z-index: 10;height: 0;overflow: hidden;}
.botHeader .search_box_w .search-text{margin-top: 8px;color: #999;padding-left: 10px;}
.botHeader .searchBox .searchNav_TabBox ul li{text-align: center;width:100%;height: 34px;line-height: 34px; cursor: pointer;color: #888;color: #666;}
.botHeader .searchBox .searchNav_TabBox ul li.cur{background:#e5e8ff;color: #4553ad;font-weight: bold;}
.botHeader .searchBox .searchCent{margin: 0 42px 0 10px;height: 34px;position: relative;/* background: #fff; */}
.botHeader .searchBox .searchCent .searchMain{position: absolute;top:0;left: 0;width: 100%;height: 34px;}
.botHeader .searchBox .searchCent .searchMain input{position: absolute;top: 50%;left: 0;width: 98%;height: 16px;/* line-height: 28px; */margin-top: -8px;text-indent: 13px;font-size: 14px;border: 0;outline: none;text-overflow: ellipsis;}
.botHeader .searchBox .searchCent .searchMain .searchRankBox{position: absolute;top: 34px;left: 0;width: 100%;background-color: #fff;border: 1px solid #4553ad;border-top: 0;padding-top: 1px;box-shadow: 0 12px 10px rgba(0,0,0,0.1);z-index: 1;display: none;}
.botHeader .searchBox .searchCent .searchMain .searchRankBox li{height: 34px;line-height: 34px; font-size: 13px;padding: 0 12px;cursor: pointer;width: auto !important;float: none !important;border: 0 !important;}
.botHeader .searchBox .searchCent .searchMain .searchRankBox li a{font-size: 14px;color: #333;}
.botHeader .searchBox .searchCent .searchMain .searchRankBox li a:hover{text-decoration: none;}
.botHeader .searchBox .searchCent .searchMain .searchRankBox li i{display: inline-block;width: 16px;height: 16px;border-radius: 2px;font-size:12px;text-align: center;line-height: 15px; background: #ccc;color: #fff;vertical-align: 1px;margin-right: 10px;}
.botHeader .searchBox .searchCent .searchMain .searchRankBox li:hover{background: #e5e8ff;}
.botHeader .searchBox .searchCent .searchMain .searchRankBox li:hover a span{color:#4553ad;}
.botHeader .searchBox .searchCent .searchMain .searchRankBox li:first-child i{background: #ff2f2f;}
.botHeader .searchBox .searchCent .searchMain .searchRankBox li:nth-child(2) i,.botHeader .searchBox .searchCent .searchMain .searchRankBox li:nth-child(3) i{background: #fd971c;}
.botHeader .searchBox .searchBtn{position: absolute;top: 0;right: -1px;width: 42px;height: 34px;}
.botHeader .searchBox .searchBtn button{
    background: none;
}
.botHeader .searchBox .searchBtn button i{
    width: 30px;
    height: 30px;
    background: url(../image/new_xue_c.png) 9px 3px no-repeat;
    top: -1px;
    right: 0;
    display: block;
}

.botHeader .searchBox .searchBtn button i:hover {
    background: url(../image/new_xue_c.png) -20px 3px no-repeat;
}
.search_box_w>a{
    display: block;
    border-radius: 20px;
    box-shadow: 1px 1px 3px 1px #dfd8d8;
    width: 295px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(left,#287fd6, #73bbfc);
    font-size: 15px;
    }
.search_box_w .tp_jlq{   background: -webkit-linear-gradient(left,  #fdb405, #ffcf00); color: #333;}
.search_box_w>a span{    color: #ffeb00;}
/*banner*/
.banner{  position: relative; height: 450px;}
/*导航*/
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.zg-nav {
    margin-top: 5px;
    max-width: 100%;
    min-width: 1200px;
    background-color: #4696ec;
}

.zg-nav a {
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    padding: 0 17px;
    display: block;
    float: left;
}


.zg-nav a:hover {
    color: #fff; background:#2975DC;

}
.nav_pos{position: relative;float: left;}


.nav_pos[class*='xl']:hover {background:#2975DC;}

.xl5:hover .nav_sl5{ display: block;}
.xl1:hover .nav_sl1{ display: block;}
.xl2:hover .nav_sl2{ display: block;}
.xl3:hover .nav_sl3{ display: block;}

.nav_sl {display:none; position: absolute;background: #FFF;z-index: 999;border: 1px solid #F1F1F1;width: 106px;top: 50px;left: 0px;box-shadow: 0 0 9px 3px rgba(228, 228, 228, 0.4);}

.nav_sl>a:last-of-type {
border-bottom: none;
}

.nav_sl a { inline-block;color: #000;text-align: center;padding: 10px 19px;border-bottom: 1px solid #d6d6d6;font-size:16px;line-height: 27px; width: 67px;}
.nav_sl a:hover { color: #666; background: #fff;}

.logo h3{float: left;margin-left: 20px;font-size: 26px;line-height: 56px;/* font-weight: bold; */}
/* End nav */

.main {
    width: 1200px;
    margin: 0 auto;
}


.ad{margin: 10px auto 15px;width: 1200px;}



/*底部*/


.box{width: 100%;}

.bottom_box{width: 100%;background: #333;min-width:1000px;}
.bottom{padding: 10px 0px 56px;}
.friend_link{width:100%;}

/*linkBox*/
.friend_link{width: 100%;padding-bottom: 10px;}
.friend_link h2{padding-bottom: 10px;padding-top: 15px;height:30px;line-height: 30px;font-size: 20px;color: #ddd;border-bottom: 1px solid #6d6969;}
.friend_link h2 span{float:right;font-size:14px;color:#fff;font-weight:100;border-radius: 20px;background: #fd5f38;width: 100px;text-align: center;line-height: 30px;}
.friend_link .linkCont {padding-top: 20px;}
.friend_link .linkCont a{font-size: 15px; color:#f5f5f5; margin-right: 17px;margin-bottom: 12px;display: inline-block;}
.friend_link .linkCont a:hover{color:#989898;}

.qx_dbwld {
    float: left;
}
.qx_dbwl{ width: 100%; height: auto; overflow: hidden;}
.qx_dbwld1{ background:none; width: 11.6%; }
.qx_wldl{ width: 100%; height: auto; }
.qx_wldl dt{ height: 44px; line-height: 44px; font-size: 20px; color: #ffffff; font-family: 'Microsoft Yahei';}
.qx_wldl dd{ line-height: 28px; font-size: 14px; color: #d0d0d0; font-family: 'Microsoft Yahei';}
.qx_wldl dd a{ display: block; height: 28px; font-size: 14px; color: #d0d0d0; font-family: 'Microsoft Yahei';}
.qx_dbwld2{padding-left: 3%;width: 11.58%;}
.qx_wldl a:hover{ color: #696969;}
.qx_dbwld3{padding-left: 1%;width: 29%;overflow: hidden;}
.qx_dbwld3 dl{ width: 144px; float: left; padding-bottom: 40px;}
.qx_dbwld3 dl dt{ height: 44px; line-height: 44px; font-size: 20px; color: #ffffff; font-family: 'Microsoft Yahei'; margin-bottom: 6px; text-align:center;}
.qx_dbwld3 dl dd{ width: 120px; height: 120px;margin: auto}
.qx_dbwld3 dl dd img{ display: block; width: 100%; height: 100%;}
.qx_dbwb{margin-right: 17%;}
.qx_dbwld4{padding-left: 2.5%;width: 25%;padding-top: 13px;}
.qx_dbtel{ padding-left: 63px; height: 87px; background: url(../image/offcn19_33.jpg) no-repeat left top;}
.qx_dbtel span{ display: block; line-height: 16px; margin-bottom: 5px; font-size: 14px; color: #d0d0d0; font-family: 'Microsoft Yahei';}
.qx_dbtel p{ line-height: 30px; font-size: 30px; color: #fff; font-family: 'Microsoft Yahei';}
.qx_dbzx{ height: 70px; background-image: url(../image/offcn19_34.jpg);}
.qx_dbzx a{ display: block; font-size: 20px; color: #fff; font-family: 'Microsoft Yahei'; line-height: 30px;}
.qx_dbzx a:hover{ color: #696969;}
.qx_advice{ line-height: 18px; font-size: 14px; color: #666; font-family: 'Microsoft Yahei'; padding-bottom: 20px;}
.qx_footer{ padding: 24px 0 27px; line-height: 26px; text-align: center; font-size: 12px; color: #999; font-family: 'SimSun'; background: #333;}
.qx_footer a{ color: #999;}

/*顶部*/
.h-an {
   
}
.new-head .cen {
    height: 41px;
    margin: 0px 13px 0 0;
    font-size: 14px;
    color: #666;
}

.new-head .cen a {
    color: #666;
    font-size: 13px;
}

.new-head .cen a:hover {
    color: #ff6600;
    text-decoration: none;
}




.new-head .cen .non {

    background-position: 84px -35px;

}

.new-head .cen .non .pop {
    display: block;
}

.new-head .cen .non .pop2 {
    display: block;
}

.new-head .cen-n01 {
    width: 111px;
    height: 41px;
    line-height: 41px;
    border: 1px solid #fff;
    background-position: 84px 15px;
    cursor: pointer;
    z-index: 5;
    padding-left:10px;
    box-sizing: border-box;
}

.new-head .cen-n01 .ctxt {
    padding-left: 0px;
}

.new-head .cen-n01 .ctxt:hover {
    color: #ff6600;
}

.new-head .zm_box{background-position: 105px 15px; padding-left: 10px; width: 118px}

.new-head .zm_box:hover{background-position: 105px -35px; padding-left: 10px; width: 118px}

.new-head .cen-n01s .pop {
    /* width: 109px; */
    border: 1px solid #f0f0f0;
    background: #fff;
    left: -27px;
    top: 39px;
    display: none;
    border-radius: 5px;
    cursor: auto;
    -webkit-box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.05);
}

.new-head .cen-n01s .pop .pop-t{text-align: center;line-height: 27px;}
.new-head .abs {
    position: absolute;
}

.new-head .cen-n01 .pop-t li {
    /* float: left; */
    /* width: 103px; */
    text-align: center;
}
.zg_yy_box {
  
position: absolute;
  
border: 1px solid #e7e7e7;
  
/* border-top: none; */
  
background: #fff;
  
left: 35px;
  
/* top: 30px; */
  
overflow: hidden;
  
padding: 10px 20px;
  
border-radius: 3px;
  
width: 280px;
  
z-index: 9999;
  
box-shadow: 0 0 3px 3px rgba(228, 228, 228, 0.4);
}


.offcn0TopQbks h4 {
    color: #000;
    font-size: 15px;
    /* font-weight: bold; */
    line-height: 27px;
    width: 100%;
    overflow: hidden;
}
.offcn_box{overflow: hidden;line-height: 23px;width: 100%;margin-bottom: 10px;}
.offcn_box a {
    color: #666;
    float: left;
    display: block;
    overflow: hidden;
}
.offcn_box span {
   float: left;
   display: block;
   height: 15px;
}

.offcn0TopQbks span {
    color: #ddd;
    padding: 0 10px;
}
.wrapper .t_ad{float: left;width: 400px;}
/*通告*/
.wrapper-re{position: relative;}
.lm_gonggao_icon{color: #257cd4;font-size: 16px;}
.lm_gonggao {
    height: 50px;
    background-color: #fff;
    position: relative;
    line-height: 50px;
}
.lc_list{/* margin-left: 10px; */}

.lc_list a{float: left;display: block;margin: 0px 8px;color: #999;}


.zg_topLt2 {
	width: 85px;
	height: 28px;
	line-height: 28px;
	background: -webkit-linear-gradient(60deg, #67bdfb, #4b9ef5);
	background: linear-gradient(60deg, #67bdfb, #4b9ef5);
	color: #fff;
	border-radius: 20px;
	margin-top: 11px;
	padding-left: 20px;
	}
.zg_topLt2 a { color: #fff;}
.zg_topLt2 em {
    background: url(../image/zk_icon04.png) no-repeat;
    width: 14px;
    height: 7px;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
    transition: 0.3s ease-in;
    margin-left: 5px;
}

.zg_topLt2 .zg_nav_h2 em {transform: rotate(180deg);}

.zg_yy_box2 {
    width:97%;
    top: 40px;
    display: none;
    position: absolute;
    border: 1px solid #e7e7e7;
    /* border-top: none; */
    background: #fff;
    overflow: hidden;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 36px;
    box-shadow: 0 5px 5px rgba(228, 228, 228, 0.4);
    z-index: 99;
    left: 0px;
}

.zg_yy_box2 a {
    color: #666;
}

.zg_yy_box2 a:hover {
    color: #2196f3;
}

.zg_yy_box2 span {
    color: #ddd;
    padding: 0 15px;
}
.zgsl_top2 {display: none}

.zg_topLt2:hover .zgsl_top2 {display: block;transition: 0.3s ease-in; }
.zg_topLt2 a:hover em { transform: rotate(180deg);}

/*底部*/
.zg-footer {
    width: 100%;
    height: auto;
    padding: 30px 0px;
    background-color: #F5F5F5;
    border-top: 1px #e5e5e5 solid;
}
.arti-mnst-title span{cursor: pointer; font-size:16px; margin-right:10px;}
.arti-mnst-title span.on{color: #333;font-weight: bold;}


.zg-footer-yl-con{
    height: auto;
    width: 100%;
    
}
.zg-footer-yl::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #f8f8f8;
}


.zg-footer-yl::-webkit-scrollbar-thumb {
    background: #e7e7e7;
    border-radius: 10px;
}



.zg-footer-yl {
    height: 70px;
    width: 100%;
    margin-top: 18px;
    overflow: auto;
}
.zg-footer-yl-con{
    height: auto;
    width: 100%;
    
}
.zg-footer-yl::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    background-color: #f8f8f8;
}


.zg-footer-yl::-webkit-scrollbar-thumb {
    background: #e7e7e7;
    border-radius: 10px;

}
.zg-footer-yl-con a {
    font-size: 14px;
    float: left;
    line-height: 26px;
    margin-right: 20px;
}


.lm_footer {
    max-width: 1920px;
    min-width: 1200px;
    padding: 25px 0px;
    background-color: #464646;
    text-align: center;
    color: #999;
    line-height: 2;
    font-size: 12px;
}

.lm_footer a {
    color: #838383;
    font-size: 12px;
}


/*在线浮窗*/


.kjyc_fc {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -300px;
    width: 84px;
    padding: 92px 0 0;
    z-index: 99;
}

.kjyc_fc .close {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
}

.kjyc_fc .ydlj {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}

.kjyc_fc .close {
    width: 32px;
    height: 22px;
    z-index: 9999;
}

.kjyc_fc .ydlj {
    height: 85px;
    width: 100%;
    z-index: 9998;
}

.kjyc_fc ul {
    border-radius: 5px;
}

.kjyc_fc ul li {
    padding: 0 15px;
    position: relative;
}

.kjyc_fc ul li>a {

    display: block;
    padding: 51px 0 14px;
    border: 1px solid #f5f5f5;
    font: 12px/1 'Microsoft Yahei';
    text-align: center;
    color: #48adfd;

    background: url(../image/yczx_ico.png) no-repeat 7px 15px #fff;

    border-bottom: none;
}


.kjyc_fc ul li a.on {
    color: #48adfd;
}

.kjyc_fc .li1>a {
    border-radius: 5px 5px 0 0;

    background-position: -75px 15px;
    color: #48adfd;
}

.kjyc_fc .li1>a.on {
    background-position: -75px 15px;
}


.kjyc_fc .li4>a {
    background-position: -78px -190px;
}

.kjyc_fc .li4>a.on {
    background-position: -78px -190px;
}

.kjyc_fc .li5>a {
    background-position: -81px -255px;
}

.kjyc_fc .li5>a.on {
    background-position: -81px -255px;
}

.kjyc_fc .li6>a {
    background-position: 11px -311px;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0 0 5px 5px;
}

.xs_div {
    position: absolute;
    left: -130px;
    top: -30%;
    display: none;
}

.xs_div em {
    display: block;
    position: absolute;
}

.qq_div {
    width: 120px;
    padding-right: 10px;
    left: -115px;
}

.qq_div a {
    display: block;
    width: 99px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    font: 12px/28px 'Microsoft Yahei';
    color: #999;
    margin-bottom: 4px;
    background: #fff;
}

.qq_div a:hover {
    border-color: #48adfd;
    background: #48adfd;
    color: #fff;
}

.qq_div em {
    width: 20px;
    height: 26px;
    right: 0;
    top: 50%;
    margin-top: -13px;
    background: url(../image/yczx_ico.png) no-repeat 0 -408px;
}

.wx_div {
    border: 1px solid #f5f5f5;
    width: 122px;
    padding: 14px 14px 16px;
    top: 0;
    background: #fff;

    left: -150px;
    border-radius: 4px;
}

.wx_div em {
    width: 18px;
    height: 24px;
    right: -11px;
    top: 26px;
    background: url(../image/yczx_ico.png) no-repeat -104px -364px;
}

.wx_div img {
    display: block;
    width: 112px;
    height: auto;
    margin: 0 auto 10px 5px;
    display: none;
}

.wx_div p {
    font: 12px/1 'Microsoft Yahei';
    border-bottom: 1px solid #48adfd;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 10px;
}

.wx_div p a {
    padding: 0 3px;
    font: 12px/1 'Microsoft Yahei';
    color: #999;
}

.wx_div .app {
    border-color: #f5f5f5;
    padding: 0;
    white-space: nowrap;
}

.wx_div .app a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 40px;
    font: 14px/1 'Microsoft Yahei';
}


.wx_div p a.on {
    color: #48adfd;
}

.wx_div .app a.on {
    padding-bottom: 6px;
    padding-left: 30px;
}

.wx_div p i {
    display: block;
    position: absolute;
    width: 8px;
    height: 3px;
    background: url(../image/yczx_ico.png) no-repeat 0 -393px;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
}

.wx_div>a {
    width: 110px;
    display: block;
    height: 30px;
    font: 12px/30px 'Microsoft Yahei';
    color: #fff;
    text-align: center;
    background: #48adfd;
    border-radius: 6px;
}

.wx_div>a:hover {
    color: #fff;


}

.tel_div {
    border: 1px solid #eee;
    font: 12px/2 'Microsoft Yahei';
    background: #fff;
    padding: 5px 12px;
    border-radius: 8px;
    left: -100px;
    top: 10px;
}


/* 新加的 */
.yx_clear::after{
	content: "";
	display: block;
	clear: both;
}

.head_l_menu.fl>h1 {
    display: inline;
}

.lc_list a:nth-of-type(3) {
    color: red;
}

.lc_list a:nth-of-type(4) {
    color: #007bff;
}